.main1100{
	width: 1100px;
	margin: 0 auto;
}
.tbtj_row{
	padding-bottom: 20px;
}
.tbtj_bottom{
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
}
.tbtj_in{
	width: 257px;
	background-color: #f4f4f4;
	padding-bottom: 12px;
}
.tbtj_in img{
	width: 257px;
	height: 145px;
}
.tbtj_in p{
	padding: 6px 15px 0;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tbtj_in a:hover p{
	color: #b80202;
}
.tbtj_in span{
	display: block;
	margin-top: 4px;
	padding: 0 15px;
	color: #888;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}




















